A5WS_Get_Users Function

Syntax

User_List as C = a5ws_Get_Users([* Nullrequest [,L FlagWeb ]])

Arguments

User_List

A list of the userid values in the user table.

Nullrequest

The Request system variable. This variable explicitly passes all request variables to the function.

FlagWeb

Optional. Default = .F. . .T. = Format suitable for use in a list control on a web page .F. = CR-LF delimited list

Description

Show a CR-LF list of users for the current project. FlagWeb default value is .F. FlagWeb = .T. will output list in a format used in web components for checkboxes, radio buttons, list boxes and dropdowns. 'Request' pointer must be provided if run in web page.

Discussion

The A5WS_Get_Users() function returns a list of the userid values in the user table.

Example

? A5WS_Get_Users()
= alfred
betty
charles
doris

Limitations

Web applications only.

See Also